iT邦幫忙

2023 iThome 鐵人賽

DAY 4
0

今天學習區塊格式、文字格式、項目清單
以下是學習後的筆記跟html呈現的結果~

區塊格式
1.<pre>標籤:
pre標籤是可以呈現原本的文字排列,空白格、標點符號、換行都會一模一樣的呈現在瀏覽器。

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036MS02ITZFzh.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036FXPMPkZHRC.png

2.<blockquote>標籤:
會呈現縮排的效果。

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/201630361G2asZH8Lk.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036PKNoeRjXy6.png

3.<hr>標籤:
在網頁上加入水平線,可以改變其顏色、寬度、長度、對齊方向。

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036aBw9grm0LL.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036XrPSib21Hb.png
4.<div>標籤:
用來劃分不同的區塊,可以用顏色區分。
圖中將背景設定成淡黃色、內距100pixel。

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036ESyHprNIiB.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036dA3z8alpft.png
5.<!-- -->註解:
註解中的內容不會呈現在瀏覽器上。

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/201630369jo1UEKhs6.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036rJ4cJWEIrC.png

文字格式

1.常見的文字標籤:
<b>粗體</b>
<strong>粗體</strong>
<i>斜體</i>
<u>底線</u>
<s>刪除格式</s>
<strike>刪除格式</strike>
<sub>下標</sub>
<sup>上標</sup>
<q>雙引號</q>
<mark>螢光筆格式</mark>

  1. <font>標籤:
    可以定義字型大小、顏色、字體
    ->face字體
    ->size字型大小
    ->color 顏色
    #預設的字體是細明體、黑色、字體大小3級
    程式碼:
    https://ithelp.ithome.com.tw/upload/images/20230919/20163036UnlWh6URdo.png
    呈現的畫面:
    https://ithelp.ithome.com.tw/upload/images/20230919/20163036142Uj7gkhm.png

3.<span>標籤
通常是用來區別網頁中單行的區塊,跟<div>很像,不同的是<div>是用在多行的區塊。

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036gnMvKMJl6G.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036NTWJ8gRYGm.png

項目清單

項目清單有兩種
1.第一種是<ul> 是沒有數字排列的
可以指定項目符號
Square 實心方形
Circle 空心圓形
程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036h8sfcAVIBH.png
呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/201630364sY8QP7Mkr.png
2.第二種是 <ol> 是使用數字排列的
以上都會包含數個<li>
<ol type="1" start="5"> 數字排列,從5號開始
<ol type="a"> 英文順序排列
<ol type="i"> 羅馬順序排列

程式碼:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036MfTn3UuKEP.png

呈現的畫面:
https://ithelp.ithome.com.tw/upload/images/20230919/20163036HnIG1haWIc.png


上一篇
Day3網頁主體
下一篇
Day5超連結
系列文
學習網頁前端基本的技術,包含如何使用HTML標籤跟CSS做出基本的網頁版型,了解bootstrap template如何建置網頁架構。30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言